@charset "utf-8";

/*首页*/
.new_index_banner {
	width: 100%;
	min-height: 320px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.new_slideBox_banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.new_slideBox_banner .hd {
	height: 12px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1;
}

.new_slideBox_banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.new_slideBox_banner .hd ul li {
	float: left;
	margin-right: 11px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.new_slideBox_banner .hd ul li.on {
	background-color: #003f8f;
}

.new_slideBox_banner .bd {
	position: relative;
	height: 600px;
	z-index: 0;
}

.new_slideBox_banner .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 600px;
	width: 100%;
}
.new_slideBox_banner .bd li a{
	display: block;
	height: 600px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.new_index_banner img {
	width: 100%;
	max-height: 600px;

}

.new_slideBox_banner .prev,
.new_slideBox_banner .next {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -44px;
	display: block;
	width: 54px;
	height: 88px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.5s;
}

.new_slideBox_banner .prev {
	background-image: url(../images/2019banner_l.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
}

.new_slideBox_banner .next {
	left: auto;
	right: 5%;
	background-image: url(../images/2019banner_r.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
}

.new_slideBox_banner .prev:hover,
.new_slideBox_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .prev{
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .next{
	filter: alpha(opacity=100);
	opacity: 1;
}

.new_slideBox_banner .prevStop {
	display: none;
}

.new_slideBox_banner .nextStop {
	display: none;
}
/*头部logo*/
.logo_head{
	height: 140px;
	border-bottom: 1px solid #cccccc;
}
.logo_head_in{
	height: 100%;
}
.logo_head_left{
	display: inline-block;
	float: left;
	width: auto;
	height: 100%;
	padding: 26px 0;
}

.logo_head_left img{
	height: 86px;
	width:auto;
}

.logo_head_right{
	display: inline-block;
	float: right;
	height: 100%;
	padding-top: 44px;
}
.logo_head_right h3{
	font-size: 18px;
	color: #003f8f;
	line-height: 24px;
	background-image: url(../images/logo_phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding-left: 32px;
}
.logo_head_right p{
	font-size: 28px;
	/*color: #003f8f;*/
	color: red;
	line-height: 42px;
	font-family: "arial, helvetica, sans-serif";
	font-weight: bold;
}
/*热门搜索*/
.index_Search{
	height: 80px;
	position: relative;
}
.index_search_left{
	display: inline-block;
	float: left;
	width: 890px;
	height: 80px;
	line-height: 80px;
}
.index_search_left h2{
	font-family: "微软雅黑";
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #333333;
	font-weight: 800;
	height: 80px;
	line-height: 80px;
	margin-right: 20px;
}
.index_search_left h2 em{
	font-weight: 800;
	color: #003F8F;
}
.index_search_left li{
	float: left;
}
.index_search_left li a{
	display: inline-block;
	width: auto;
	height: 80px;
	line-height: 80px;
	color: #999999;
	font-size: 12px;
	padding: 0 34px;
	font-size: 16px;
}
.index_search_right{
	display: inline-block;
	width: 280px;
	height: 40px;
	border-radius: 20px;
	float: right;
	margin: 20px 24px 20px 0;
	background-color: #f5f5f5;
	position: relative;
}
.index_search_right input{
	width: 100%;
	height: 40px;
	padding: 0 48px 0 28px;
	font-size: 12px;
	color: #333;
	background: none;
}
.index_search_right>div{
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 13px;
}
.index_search_right>div img{
	display: block;
}
/*首页优势*/
.index_youshi{
	display: block;
	width: 100%;
	height: 220px;
	background-color: #003f8f;
}
.index_youshi li{
	float: left;
	height: 220px;
	width: 25%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}
.index_youshi li span{
	display: block;
	width: auto;
	height: 54px;
	text-align: center;
	margin-bottom: 18px;
}
.index_youshi li p{
	line-height: 30px;
}
.index_youshi li span img{
	height: 100%;
	width: auto;
}
/*首页标题*/
.index_title{
	text-align: center;
	height: auto;
	margin: 74px auto 54px;
}
.index_title h2{
	font-size: 30px;
	line-height: 42px;
	color: #333333;
}
.index_title p{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
.index_pro{
	display: block;
	/*height: 882px;*/
	height: auto;
	position: relative;
}
.index_pro_right{
	display: inline-block;
	width: 900px;
	/*height: 840px;*/
	height: auto;
	overflow: hidden;
}

.index_pro_more{
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #003F8F;
}
.index_pro_right ul{
	width: 920px;
	height: auto;
}
.index_pro_right li{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.index_pro_in{
	display: block;
	width: 285px;
	height: 248px;
}
.index_pro_in>span{
	display: block;
	width: 100%;
	height: 200px;
	background: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.index_pro_in>p{
	font-size: 20px;
	color: #333333;
	padding: 0 18px;
	line-height: 48px;
	text-align: center;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.index_pro_in>span img{
	width: 100%;
	height: 100%;
	display: none;
}

.index_pro_in:hover>span img{
	display: block;
}

.index_pro_left{
	display: inline-block;
	width: 264px;
	height: auto;
}
.index_pro_nav{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.index_pro_nav_title{
	display: block;
	width: 100%;
	height: 48px;
	border-radius: 0 24px 24px 0;
	font-size: 20px;
	color: #fff;
	padding-left: 16px;
	background-color: #003F8F;
	position: relative;
	cursor: pointer;
}
.index_pro_nav_title:hover{
	background-color: #12107d;
}
.index_pro_nav_title span{
	margin-right: 16px;
	font-size: 26px;
	display: inline-block;
	height: 46px;
	line-height: 46px;
	float: left;
}
.index_pro_nav_title em{
	font-size: 20px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	float: left;
}
.index_pro_nav>ul{
	margin-top: 10px;
	display: none;
}
.index_pro_nav>ul>li>a{
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	position: relative;
	padding-left: 36px;
	cursor: pointer;
}
.index_pro_nav>ul>li>a:hover{
	color: #003F8F;
}
.index_pro_nav>ul>li>a.active{
	color: #003F8F;
}
.index_pro_left_phone{
	display: block;
	width: 264px;
	height: auto;
	position: relative;
	padding: 23px 0;
    padding-left: 16px;
	/* background: #003F8F; */
}
.index_pro_left_phone h3{
	position: absolute;
	top: 94px;
	font-size: 26px;
	color: #ff4045;
	font-family: "arial, helvetica, sans-serif";
	font-weight: 800;
}

/*客户案例*/
.index_case_head{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 0;
	margin-bottom: 34px;
}
.index_case_head>span{
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
	padding: 0 28px;
	cursor: pointer;
	position: relative;
}
.index_case_head>span a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #333333;
}
.index_case_head>span.active{
	color: #003F8F;
}
.index_case_head>span.active a{
	color: #003F8F;
}
.index_case_head>span:hover{
	color: #003F8F;
}
.index_case_head>span:hover a{
	color: #003F8F;
}
.index_case_head>span::after{
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background: #333;
	position: absolute;
	right: 0;
	top: 6px;
}
.index_case_head>span:last-child::after{
	display: none;
}

/*服务案例*/
.index_case_more{
	display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #003F8F;
}
.index_case>div{
	display: block;
	width: 100%;
	height: auto;
}
.index_case ul{
	width: 1232px;
}
.index_case li{
	float: left;
	margin-right: 30px;
	margin-bottom: 62px;
	background: #fff;
}
.index_case_in{
	display: block;
	width: 380px;
	height: 410px;
	border-radius: 4px;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.4);
}

.index_case_in>span{
	display: block;
	width: 100%;
	height: 260px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_case_in>span img{
	transition: all 0.6s;
}
.index_case_in:hover>span img{
	transform: scale(1.04);
}
.index_case_in>div{
	display: block;
	width: 100%;
	height: 150px;
	padding: 18px 28px;
	position: relative;
}
.index_case_in>div::after{
	display: block;
	width: 18px;
	height: 18px;
	content: "";
	position: absolute;
	right: 28px;
	bottom: 16px;
	background-image: url(../images/jiantou.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.index_case_in>div h3{
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 8px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.index_case_in>div p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index_case_in:hover>div h3{
	color: #003F8F;
}

.index_tedian{
	display: block;
	width: 100%;
	height: 352px;
	position: relative;
	font-size: 0;
}

.index_tedian_in{
	display: inline-block;
	width: 470px;
	height: 100%;
	position: relative;
	padding-left: 86px;
	padding-top: 34px;
}
.index_tedian_img{
	display: inline-block;
	width: 572px;
	height: 100%;
	position: relative;
	padding-top: 28px;
	padding-left: 28px;
}
.index_tedian_img>span{
	display: block;
	width: 540px;
	height: 280px;
}
.index_tedian_img::after{
	content: "";
	display: block;
	width: 340px;
	height: 212px;
	border: 1px solid #cccccc;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.index_tedian_in_px{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #003F8F;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 24px;
	left: 0;
}
.index_tedian_in_px::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #003F8F;
	border-bottom: 6px solid transparent;
	position: absolute;
	right: -1px;
	bottom: -6px;
	transform: rotateZ(-45deg);
}

.index_tedian_in h3{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
}
.index_tedian_in p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 28px;
}

.index_img_list{
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 78px;
}


.index_img_r{
	display: inline-block;
	width: 240px;
	height: 100%;
}
.index_img_r>div{
	display: block;
	width: 100%;
	height: 80px;
	border: 1px solid #dcdcdc;
	margin-bottom: 24px;
	color: #003F8F;
	position: relative;
	text-align: right;
	padding-right: 25px;
	padding-top: 14px;
	cursor: pointer;
}
.index_img_r>div.active{
	border: 1px solid #003F8F;
	background-color: #003F8F;
	color: #fff;
}

.index_img_r>div h3{
	font-size: 20px;
	line-height: 28px;
}
.index_img_r>div p{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.index_img_r>div>span{
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -11px;
}

.index_img_l{
	display: inline-block;
	float: left;
	width: 890px;
	height: 400px;
	overflow: hidden;
}
.index_img_l>div{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.index_img_l>div li{
	float: left;
	width: 294px;
	height: 200px;
	overflow: hidden;
	margin-right: 1px;
	margin-bottom: 1px;
}
.index_img_l>div li img{
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
}
.index_img_l>div li:hover img{
	transform: scale(1.04);
}
.index_img_more{
	display: block;
	width: 140px;
	height:120px;
	background: #003F8F;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 201px;
	left: 153px;
	padding-top: 25px;
}
.index_img_more img{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
}

.index_liuch{
	display: block;
	width: 100%;
	height: 480px;
	background-image: url(../images/liuch_bg_02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	padding: 1px 0;
}
.index_liuch_ul{
	height: 148px;
}
.index_liuch_ul li{
	float: left;
	width: 148px;
	height: 148px;
	border-radius: 50%;
	margin-right: 62px;
	text-align: center;
	background-image: url(../images/index_liuch_bg1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #003f8f;
	padding-top: 38px;
	cursor: default;
}
.index_liuch_ul li:hover{
	color: #FFF;
	background-image: url(../images/index_liuch_bg.png);
}
.index_liuch_ul li span{
	display: block;
	width: 50px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 12px;
	overflow: hidden;
}
.index_liuch_ul li span img{
	height: 100%;
	width: auto;
}
.index_liuch_more{
	display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin: 54px auto 0;
    border-radius: 20px;
    background-color: #003F8F;
}

.index_zixun_head{
	height: 32px;
	line-height: 32px;
	font-size: 0;
	text-align: center;
	margin-bottom: 58px;
}

.index_zixun_head>span{
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 32px;
	font-size: 24px;
	color: #333333;
	margin: 0 18px;
	cursor: pointer;
}
.index_zixun_head>span.active{
	color: #003F8F;
	border-bottom: 2px solid;
}
.index_zixun_head>span:hover{
	color: #003F8F;
	border-bottom: 2px solid;
}

/*首页新闻*/
.index_news>div{
	display: block;
	height: auto;
	width: 100%;
}
.index_news_l{
	display: inline-block;
	width: 712px;
	height: 472px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.4);
	padding: 0 14px;
}
.idnex_news_more{
	display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin: 60px auto 0px;
    border-radius: 20px;
    background-color: #003F8F;
}
.index_news_r{
	display: inline-block;
	width: 464px;
	height: 472px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.4);
	padding: 0 28px;
}
.index_news_r li{
	width: 100%;
	height: 118px;
	border-bottom: 1px solid #e1ebf1;
}
.index_news_time{
	display: inline-block;
	height: 100%;
	width: 62px;
	float: left;
	text-align: center;
	padding-top: 28px;
}
.index_news_time h3{
	color: #333;
	font-family: "Arial";
	line-height: 50px;
	font-size: 50px;
}
.index_news_time p{
	color: #333;
	font-family: "Arial";
	line-height: 20px;
	font-size: 14px;
}
.index_news_in{
	display: inline-block;
	width: 306px;
	float: right;
	height: 100%;
	padding-top: 8px;
}
.index_news_in h3{
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}

.index_news_in p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index_news_r li:hover .index_news_time h3{
	color: #003F8F;
}
.index_news_r li:hover .index_news_time p{
	color: #003F8F;
}
.index_news_r li:hover .index_news_in h3{
	color: #003F8F;
}
.index_news_r li:last-child{
	border-bottom: none;
}


.index_news_l li{
	width: 314px;
	float: left;
	height: 100%;
	margin: 0 14px;
}
.index_news_main{
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 25px;
}
.index_news_main>span{
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.index_news_main h3{
	font-size: 20px;
	color: #333;
	line-height: 32px;
	margin: 20px auto 10px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.index_news_main p{
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 84px;
	color: #666;
}
.index_news_main h4{
	height: 28px;
	line-height: 28px;
	width: 100%;
	font-size: 16px;
	color: #666;
	margin-top: 32px;
	background-image: url(../images/next2.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}
.index_news_main h4 span{
	float: right;
	margin-right: 24px;
}
.index_news_l li:hover .index_news_main h4{
	background-image: url(../images/next2_1.png);
}
.index_news_l li:hover .index_news_main h3{
	color: #003F8F;
}
.index_news_l li:hover .index_news_main h4 span{
	color: #003F8F;
}

.index_about{
	height: auto;
	margin-bottom: 76px;
}
.index_about_left{
	display: inline-block;
	max-width: 550px;
	height: auto;
}
.index_about_right{
	display: inline-block;
	width: 600px;
	height: auto;
}
.index_about_right h3{
	font-size: 20px;
	color: #333333;
	line-height: 42px;
}
.index_about_right p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 12px;
}
.index_about_right p a{
	color: #003F8F;
}

.index_about_in{
	display: block;
	width: 100%;
	height: auto;
	min-height: 36px;
	position: relative;
	font-size: 16px;
	color: #666666;
	padding-left: 96px;
}
.index_about_in span{
	display: inline-block;
	float: left;
	width: auto;
	height: 36px;
	line-height: 36px;
	color: #666666;
	position: absolute;
	top: 0;
	left: 0;
}
.index_about_in a{
	display: inline-block;
	float: left;
	width: auto;
	height: 36px;
	line-height: 36px;
	color: #666666;
	margin-right: 18px;
}
.index_about_in a:hover{
	color: #003F8F;
}

/*分页器*/
.fenye{
	height: 40px;
	text-align: center;
	font-size: 0;
}
.fenye li{
	display: inline-block;
	width: auto;
	min-width: 40px;
	height: 40px;
	margin: 0 4px;
}
.fenye li a{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	font-size: 16px;
	color: #666666;
	line-height: 38px;
}
.fenye li a img{
	width: 20px;
	height: 30px;
}

.fenye li a:hover{
	border-color: #003f8f;
	color: #fff;
	background-color: #003F8F;
}
.fenye li a.active{
	border-color: #003f8f;
	color: #fff;
	background-color: #003F8F;
}
/*内页详情 当前定位*/
.dq_dingwei{
	height: 30px;
	padding-left: 22px;
	background-image: url(../images/dw.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.dq_dingwei li{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.dq_dingwei li a{
	color: #666;
}
/*产品列表*/
.pro_right {
    display: inline-block;
    width: 900px;
    /* height: 840px; */
    height: auto;
    overflow: hidden;
}
.pro_right ul {
    width: 980px;
    height: auto;
}
.pro_right li {
    float: left;
    margin-bottom: 34px;
    margin-right: 34px;
}
.pro_in{
	display: block;
	width: 430px;
	height: 356px;
	overflow: hidden;
}
.pro_in>span {
    display: block;
    width: 100%;
    height: 290px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.pro_in>span>img{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.pro_in>span>div{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 290px;
}
.pro_in>span>div img{
	max-width: 100%;
	max-height: 100%;
}
.pro_in>p {
    font-size: 16px;
    padding: 0 18px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-top: 24px;
    white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.pro_in:hover>span>img{
	display: block;
}
/*新闻资讯*/
.news{
	height: auto;
}
.news li{
	height: auto;
	margin-bottom: 24px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(220, 220, 220, 0.5);
}
.news li:hover{
	background-color: #003F8F;
	box-shadow: 0 0 16px 0 rgba(0, 63, 143, 0.5);
}
.news_list{
	display: block;
	width: 100%;
	height: 210px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	padding: 16px 14px;
}
.news_list_img{
	display: inline-block;
	float: left;
	margin-right: 26px;
	width: 248px;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news_list_in{
	display: inline-block;
	width: 735px;
	height: 100%;
	float: left;
}
.news_list_in h3{
	font-size: 20px;
	color: #333;
	line-height: 32px;
	margin: 20px auto 12px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.news_list_in p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news_list_in em{
	font-size: 16px;
	color: #ccc;
	line-height: 24px;
	margin-top: 16px;
	display: block;
}
.news_list_time{
	display: inline-block;
	width: 75px;
	height: 100%;
	float: right;
	margin-right: 28px;
	text-align: center;
	font-family: "Arial";
	color: #cccccc;
	padding-top: 36px;
}
.news_list_time h2{
	font-size: 70px;
	line-height: 75px;
	height: 75px;
	border-bottom: 1px solid #ccc;
}
.news_list_time h3{
	font-size: 18px;
	line-height: 38px;
}
.news_list:hover p{color: #fff;}
.news_list:hover em{color: #fff;}
.news_list:hover h2{color: #fff;border-color: #fff;}
.news_list:hover h3{color: #fff;}

.news_head{
	height: 30px;
	font-size: 0;
	line-height: 30px;
	text-align: center;
	margin-bottom: 38px;
}
.news_head a{
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 16px;
	font-size: 20px;
	color: #333;
}
.news_head a.active{
	color: #003F8F;
}
.news_head a:hover{
	color: #003F8F;
}
.news_head a::after{
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #333;
	position: absolute;
	right: 0;
	top: 5px;
}
.news_head a:last-child::after{
	display: none;
}
/*新闻详情*/
.newsXq{
	height: auto;
	margin-top: 26px;
	box-shadow: 0 0 16px 0 rgba(220, 220, 220, 0.5);
	padding: 88px 100px 60px;
	border-radius: 5px;
}
.moreTj{
	display: block;
	width: 1000px;
	height: auto;
	margin: 0 auto 60px;
}
.moreTj li a{
	display: block;
	width: 100%;
	height: 65px;
	border-top: 1px dashed #ccc;
	line-height: 64px;
}
.moreTj li a p{
	display: inline-block;
	float: left;
	max-width: 850px;
	font-size: 20px;
	color: #333;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.moreTj li a span{
	display: inline-block;
	float: right;
	max-width: 140px;
	font-size: 20px;
	color: #999;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.moreTj li a:hover span{color: #003F8F;}
.newsXq_main{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.newsXq_main img{
	display: block;
	margin: 30px 0;
}
.newsXq h1{
	font-size: 28px;
	color: #333;
	line-height: 40px;
	text-align: center;
}
.newsXq_head{
	display: block;
	margin: 18px auto 36px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #737373;
}
.newsXq_head span{
	padding: 0 20px;
}
.newsXq_head span img{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	margin-top: -4px;
}


.news-zuoze{
	height: auto;
	line-height: 28px;
	font-size: 14px;
	color: #919191;
	margin: 42px auto 24px;
}
.news-zuoze a{
	color: #919191;
}
.news-fenxiang{
	display: block;
	width: 100%;
	height: 65px;
	border-top: 1px #cccccc dashed;
	border-bottom: 1px #cccccc dashed;
	margin: 0 auto;
	padding: 11px 0;
}
.news-fanhui{
	display: inline-block;
	width: 136px;
	height: 40px;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding-left: 15px;
	float: right;
	background-color: #003f8f;
	background-image: url(../images/fanhui.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 14px 14px;
}

.search-left li a:hover{
	color: #003f8f;
}

.news-fenxiang em {
	display: inline-block;
	float: left;
	line-height: 40px;
	color: #666666;
}

.fenxiang-in {
	display: inline-block;
	float: left;
	height: 40px;
}

.fenxiang-in a {
	display: inline-block;
	float: left;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100% !important;
	margin: 0 4px;
}

.fenxiang-in a.fx1 {
	background-image: url(../images/weixin.png);
	background-repeat: no-repeat;
	background-position: center;
}

.fenxiang-in a.fx2 {
	background-image: url(../images/QQ1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.fenxiang-in a.fx3 {
	background-image: url(../images/weibo.png);
	background-repeat: no-repeat;
	background-position: center;
}



.tiaozhuan{
	display: block;
	width: 100%;
	height: 62px;
	margin: 0 auto 0px;
}
.tiaozhuan a{
	display: inline-block;
	max-width: 550px;
	line-height: 62px;
	font-size: 12px;
	color: #383838;
	float: left;
}
.tiaozhuan a:hover{
	color: #003f8f;
}
.news-bq{
	display: block;
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding:15px 0 15px 24px;
	background-image: url(../images/news-bq.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:14px 14px ;
}
.news-bq span{
	font-size: 14px;
	color: #383838;
	line-height: 22px;
	padding-right: 14px;
}
.news-bq a{
	display: inline-block;
	width: auto;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	background: #003f8f;
	padding: 0 8px;
	border-radius: 2px;
	margin-right: 10px;
}
.news-zuoze a:hover{
	color: #003F8F;
}
/*案例详情热门推荐*/
.index_tuangou{
	display: block;
	height: 294px;
	margin-bottom: 76px;
}

.picScroll-left{ 
	overflow:hidden; 
	position:relative;  
	display: block;
	width: 100%;
	height: 294px;
	/* padding-top: 48px; */
}
.picScroll-left .hd{ 
	overflow:hidden;  
	height:26px; 
	width: 100%;
	position: absolute;
	top: 0;
}

.picScroll-left .hd a{ 
	display:block;  
	width:26px; 
	height:26px; 
	border-radius: 50%;
	float:right; 
	margin-right:10px; 
	overflow:hidden;
	cursor:pointer; 
	background-color: #d5d5d5;
	padding: 8px;
}
.picScroll-left .hd a:hover{
	background-color: #003F8F;
}
.picScroll-left .hd a img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.picScroll-left .bd{
	width: 100%;
	height: 246px;
	padding: 0 1px;
}
.picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	margin:0 5px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	width: 286px;
	height: 246px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #003f8f;
}
.picScroll-left .bd ul li:nth-child(4n){
	margin-right: 14px;
}

.index_tg{
	display: block;
	width: 100%;
	height: 100%;
}
.index_tg>span{
	display: block;
	width: 100%;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index_tg h3{
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #333333;
	padding: 0 24px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	margin: 28px auto 0;
	text-align: center;
}

.index_tg:hover h3{
	color: #003F8F;
}

/*联系我们*/
.lianxi-fshi {
	height: 280px;
	overflow: hidden;
}
.lianxi-fshi ul{
	width: 1250px;
}
.lianxi-fshi li {
	float: left;
	margin-right: 18px;
	width: 286px;
	height: 280px;
	border: 1px solid #003f8f;
	position: relative;
	color: #003f8f;
	transition: color 0.6s;
}

.lianxi-fshi li:after {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background: #003f8f;
	position: absolute;
	top: 0%;
	left: 0;
	z-index: -1;
	transition: all 0.4s;
}

.lianxi-fshi li:hover:after {
	/*width: 100%;*/
	display: block;
}

.lianxi-fshi li:hover {
	color: #fff;
	border: none;
	padding: 1px;
}


/*.lianxi-fshi li:hover{border: none;padding: 1px;}*/

.lianxi-fshi li:last-child {
	margin-right: 0;
}

.lianxi-fshi-img {
	width: 113px;
	height: 113px;
	border-radius: 100%;
	background: #003f8f;
	overflow: hidden;
	margin: 33px auto 20px;
	transition: background-color 0.6s;
	position: relative;
}

.lianxi-fshi-img img {
	display: block;
	margin: 0 auto;
}

.lianxi-fshi-img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.2s;
}

.lianxi-fshi li:hover .lianxi-fshi-img span {
	z-index: 99;
}

.lianxi-fshi li:hover .lianxi-fshi-img {
	background: #fff;
}

.lianxi-fshi-bot {
	padding: 19px 20px 0;
	margin-top: 19px;
	text-align: center;
	position: relative;
}

.lianxi-fshi-bot:after {
	display: block;
	content: "";
	width: 48px;
	height: 2px;
	background: #003f8f;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -24px;
	transition: background-color 0.5s;
}

.lianxi-fshi li:hover .lianxi-fshi-bot:after {
	background: #fff;
}

.lianxi-fshi-bot h4 {
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.lianxi-fshi-bot a {
	color: #003f8f;
	transition: color 0.6s;
}

.lianxi-fshi-bot p {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #003f8f;
	transition: color 0.6s;
}

.lianxi-fshi li:hover .lianxi-fshi-bot a,
.lianxi-fshi li:hover .lianxi-fshi-bot p {
	color: #fff;
}

.lianxi-cche {
	height: 79px;
	margin: 41px auto 32px;
	overflow: hidden;
	border-radius: 8px;
	background: #f5f5f5 url(../images/qiche.png) no-repeat left center;
	background-size: 75px 75px;
}

.lianxi-cche h2 {
	line-height: 79px;
	color: #4c4c4c;
	padding-left: 82px;
	font-size: 24px;
	display: inline-block;
	float: left;
	max-width: 600px;
}

.lianxi-cche a {
	display: inline-block;
	float: right;
	margin-right: 40px;
	color: #003f8f;
	line-height: 79px;
	font-size: 20px;
	padding-left: 36px;
	background: url(../images/s.png) no-repeat left center;
	background-size: 24px 24px;
}

.lianxi-luxian {
	height: 200px;
	border-radius: 6px;
	border: 1px solid #d9d9d9;
	margin-bottom: 50px;
}

.lianxi-luxian>div {
	display: inline-block;
	float: left;
	width: 33.3%;
	height: 100%;
	border-right: 1px solid #d9d9d9;
	padding: 0 30px;
}

.lianxi-luxian>div:last-child {
	border: none;
}

.lianxi-luxian>div h3 {
	font-size: 24px;
	color: #4c4c4c;
	line-height: 54px;
	padding-top: 10px;
}

.lianxi-luxian>div p {
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lianxi-ditu {
	height: 478px;
	overflow: hidden;
	margin-bottom: 66px;
}

.ditu {
	width: 673px;
	height: 478px;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.lianxi-liuyan {
	width: 492px;
	height: 478px;
	overflow: hidden;
	display: inline-block;
	float: right;
}

.lianxi-liuyan h3 {
	color: #666666;
	font-size: 18px;
	line-height: 80px;
	font-weight: 550;
}

.lianxi-liuyan h3 span {
	font-size: 12px;
	padding-left: 12px;
}

.lianxi-liuyan tr {
	padding-bottom: 11px;
}

.lianxi-liuyan td p {
	color: #666666;
	padding: 0 20px 0 5px;
	position: relative;
}

.lianxi-liuyan td input {
	width: 401px;
	height: 36px;
	padding-left: 20px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	color: #333;
}

.lianxi-liuyan td textarea {
	width: 401px;
	height: 140px;
	padding-left: 20px;
	border-radius: 2px;
	padding-top: 8px;
	line-height: 24px;
	color: #333;
	border: 1px solid #e6e6e6;
}
.lianxi-liuyan td textarea::-webkit-input-placeholder{
	font-family: "微软雅黑";
	color: #999;
	font-size: 14px;
}

.lianxi-yan {
	position: relative;
}

.lianxi-yan:after {
	content: "内容";
	position: absolute;
	top: -60px;
	color: #666;
}

.lianxi-liuyan em {
	display: block;
	text-align: right;
	padding-right: 42px;
	font-size: 12px;
	color: #8c8c8c;
	line-height: 30px;
}

.lianxi-liuyan em span {
	color: red;
}

.lianxi-liuyan button {
	width: 376px;
	height: 39px;
	border-radius: 3px;
	border: none;
	background: #003f8f;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 12px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
/*关于华融*/
.wenhua{
	padding: 54px 46px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
.about{
	display: block;
	width: 100%;
	height: 460px;
	background: #f7f7f7;
}
.about_list li{
	float: left;
	width: 240px;
	text-align: center;
	height: 100%;
	padding: 80px 20px 0;
}
.about_list li>span{
	display: block;
	width: 130px;
	height: 130px;
	margin:0 auto 24px;
}
.about_list li>span img{
	width: 100%;
	height: 100%;
}
.about_list li>h3{
	font-size: 20px;
	line-height: 32px;
	color: #333;
}
.about_list li>h4{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 26px;
	color: #333;
	font-family:"Arial";
	margin-bottom: 11px;
}
.about_list li>p{
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
/*产品详情*/
.cpXq_tab{
	height: 60px;
	font-size: 0;
}
.cpXq_tab>a{
	display: inline-block;
	float: left;
	width: 25%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	background-color: #cccccc;
	cursor: pointer;
}

.cpXq_tab>a.active{
	background-color: #003F8F;
}
.cpXq_tab>a:hover{
	background-color: #003F8F;
}
.cpXq_tab_in{
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
.cpXq_main{
	display: block;
	height: 400px;
	background-color: #eee;
}
.cpXq_main_left{
	display: inline-block;
	height: 400px;
	width: 600px;
	float: left;
	overflow: hidden;
}

.slideBox_cp {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slideBox_cp .bd {
	position: relative;
	height: 400px;
	z-index: 0;
}

.slideBox_cp .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 400px;
	width: 100%;
}
.slideBox_cp .bd li a{
	display: block;
	height: 400px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slideBox_cp img {
	width: 100%;
	max-height: 400px;

}

.slideBox_cp .prev,
.slideBox_cp .next {
	position: absolute;
	right: 40px;
	top: 48px;
	display: block;
	width: 25px;
	height: 25px;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: all 0.5s;
}

.slideBox_cp .prev {
	background-image: url(../images/shang.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
}

.slideBox_cp .next {
	top: auto;
	bottom: 48px;
	background-image: url(../images/xia.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
}

.cpXq_main_right{
	display: inline-block;
	width: 538px;
	height: 400px;
	float: left;
	margin-left: 10px;
	padding-top: 24px;
}
.cpXq_main_right h2{
	font-size: 20px;
	color: #003F8F;
	line-height: 30px;
	margin-bottom: 15px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.cpXq_main_right p{
	font-size: 16px;
	color: #828282;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 84px;
}
.cpXq_main_right p span{
	color: #333;
}
.cpXq_head_fw{
	height: 92px;
	width: 100%;
	background: #fff;
	margin-top: 22px;
	margin-bottom: 8px;
}

.cpXq_head_fw li{
	float: left;
	width: 12.5%;
	height: 62px;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding-top: 6px;
}
.cpXq_head_fw li p{
	font-size: 12px;
	line-height: 16px;
	height: 16px;
}
.cpXq_head_fw li span{
	display: block;
	height: 30px;
	width: 100%;
	margin-bottom: 4px;
	text-align: center;
}
.cpXq_head_fw li span img{
	height: 100%;
	width: auto;
}
.cpXq_head_fw h3{
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #003F8F;
	padding: 0 8px;
	border-bottom: 1px solid #eee;
}
.cpXq_head_foot{
	display: block;
	width: 100%;
	height: 106px;
	background: #d7d7d7;
	padding: 5px 5px 5px 92px;
	position: relative;
}
.cpXq_head_foot::after{
	content: "关注公众号";
	display: flex;
	align-items: center;
	width: 106px;
	height: 106px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: #999;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 24px;
	/* padding-top: 10px; */
}
.cpXq_head_foot_in{
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	padding: 6px 28px;
	justify-content: space-around;
}
.cpXq_head_foot_in li{
	float: left;
	width: 50%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	position: relative;
	padding-left: 24px;
}
.cpXq_head_foot_in li img{
	width: 112px;
	margin: 0 24px;
}
.cpXq_head_foot_in li>span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #003F8F;
	color: #fff;
	text-align: center;
	line-height: 18px;
}
/*工厂介绍*/
.jieS_tj{
	height: auto;
}
.jieS_tj ul{
	width: 1300px;
}
.jieS_tj li{
	float: left;
	width: 385px;
	height: 340px;
	margin-right: 22px;
}
.jieS_tj_list{
	display: block;
	width: 100%;
	height: 100%;
}
.jieS_tj_list p{
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 28px;
	margin-top: 16px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	padding: 0 18px;
}
.jieS_tj_list>div{
	display: block;
	width: 100%;
	height: 260px;
	border-radius: 4px;
	overflow: hidden;
	background: #cccccc;
}
.jieS_tj_list>div>span{
	display: block;
	width: 100%;
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.8s;
}
.jieS_tj_list:hover>div>span{
	transform: scale(1.04);
}

.jieS_Vs{
	margin-bottom: 80px;
}
.jieS_Vs li{
	height: 174px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.jieS_Vs_img{
	display: block;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -80px;
	z-index: 9;
}
.jieS_Vs li>div{
	display: inline-block;
	width: 548px;
	height: 174px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	font-size: 0;
}
.jieS_Vs_l{
	float: left;
	background: #003F8F;
}
.jieS_Vs_r{
	float: right;
	background-color: #f0f0f0;
}
.jieS_Vs li>div .jieS_VsList_img{
	display: inline-block;
	width: 240px;
	height: 174px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.jieS_Vs li>div.jieS_Vs_l .jieS_VsList_img{
	float: left;
}
.jieS_Vs li>div.jieS_Vs_r .jieS_VsList_img{
	float: right;
}
.jieS_Vs li>div .jieS_Vs_in{
	display: inline-block;
	width: 308px;
	height: 174px;
	padding-top: 38px;
}
.jieS_Vs li>div.jieS_Vs_l .jieS_Vs_in{
	float: right;
	color: #fff;
	padding-left: 32px;
	padding-right: 40px;
}
.jieS_Vs li>div.jieS_Vs_r .jieS_Vs_in{
	float: left;
	padding-right: 32px;
	padding-left: 40px;
}
.jieS_Vs li>div .jieS_Vs_in h3{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	position: relative;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.jieS_Vs li>div.jieS_Vs_r .jieS_Vs_in h3{
	color: #333;
	padding-left: 32px;
}
.jieS_Vs li>div.jieS_Vs_l .jieS_Vs_in h3{
	text-align: right;
	padding-right: 32PX;
}

.jieS_Vs li>div .jieS_Vs_in p{
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.jieS_Vs li>div .jieS_Vs_in h3 span{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	text-align: center;
}
.jieS_Vs li>div .jieS_Vs_in h3 span img{
	height: 100%;
	display: block;
	width: auto;
}
.jieS_Vs li>div.jieS_Vs_l .jieS_Vs_in h3 span{
	right: 2px;
}
.jieS_Vs li>div.jieS_Vs_r .jieS_Vs_in h3 span{
	left: 2px;
}

.jieS_ggw{
	display: block;
	width: 100%;
	height: 194px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.jieS_zhanshi{
	height: auto;
	margin-bottom: 80px;
}
.jieS_zhanshi ul{
	width: 1300px;
}
.jieS_zhanshi li{
	width: 385px;
	float: left;
	height: 508px;
	position: relative;
	margin-right: 24px;
}
.jieS_zhanshi li>span{
	display: block;
	width: 292px;
	height: 54px;
	position: absolute;
	top: 227px;
	left: 48px;
	font-size: 20px;
	text-align: center;
	line-height: 54px;
	color: #4a4a4a;
	background-image: url(../images/paizi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 4px;
	z-index: 9;
	box-shadow: 0 0 16px 0 rgba(220, 220, 220, 0.5);
}
.jieS_zhanshi li>div{
	display: block;
	width: 100%;
	height: 240px;
	margin-bottom: 28px;
	border-radius: 4px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*七步四项*/
.jieS_qibu{
	height: 380px;
	margin-bottom: 60px;
	font-size: 0;
}
.jieS_qibu_l{
	display: inline-block;
	width: 320px;
	height: 380px;
	float: left;
	border-radius: 4px;
	background-color: #003F8F;
	padding: 22px;
}
.jieS_qibu_l h1{
	color: #fff;
	font-size: 26px;
	text-align: right;
	line-height: 42px;
	margin-top: 46px;
}
.jieS_qibu_l h2{
	font-size: 20px;
	text-transform: uppercase;
	text-align: right;
	line-height: 32px;
	color: #fff;
}
.jieS_qibuL_in{
	display: block;
	width: 100%;
	height: 180px;
	background: #fff;
	padding: 6px 22px;
}
.jieS_qibuL_in h3{
	padding-left: 78px;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	color: #333;
	position: relative;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.jieS_qibuL_in h3 span{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.jieS_qibuL_in h3 span img{
	display: block;
}
.jieS_qibuL_in p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
}

.jieS_qibuR{
	display: inline-block;
	width: 864px;
	float: right;
	height: 380px;
}
.jieS_qibuR ul{
	width: 900px;
}
.jieS_qibuR li{
	width: 275px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 0 16px 0 rgba(220, 220, 220, 0.5);
	padding: 6px 22px;
	cursor: pointer;
}
.jieS_qibuR li:hover{
	background-color: #003F8F;
}
.jieS_qibuR li p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
}
.jieS_qibuR li h3{
	padding-left: 78px;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	color: #333;
	position: relative;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.jieS_qibuR li h3 span{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
	overflow: hidden;
}
.jieS_qibuR li h3 span img{
	display: block;
	height: 100%;
	width: auto;
}
.jieS_qibuR li:hover h3 span img:nth-child(1){
	display: none;
}
.jieS_qibuR li:hover p{
	color: #fff;
}
.jieS_qibuR li:hover h3{
	color: #fff;
}
/*四项服务*/
.jieS_fuwu{
	height: 742px;
	margin-bottom: 80px;
}
.jieS_fuwu ul{
	width: 1240px;
}
.jieS_fuwu li{
	width: 388px;
	margin-right: 18px;
	height: 360px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	background: #eee;
	float: left;
	margin-bottom: 22px;
}
.jieS_fuwu li .jieS_fuwu_bg{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.6s;
}
.jieS_fuwu li:hover .jieS_fuwu_bg{
	transform: scale(1.04);
}
.jieS_fuwu li .jieS_fuwu_in{
	display: block;
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 7px 40px 0;
}
.jieS_fuwu li h3{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 7px;
	height: 32px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.jieS_fuwu li p{
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.jieS_fuwu li>span{
	display: inline-block;
	width: 320px;
	height: 80px;
	text-align: center;3
	border-radius: 4px;
	border: 1px solid #fff;
	line-height: 78px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -160px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

/*公司资质*/
.jieS_zizhi{
	margin-bottom: 75px;
}
.jieS_zizhi ul{
	width: 1300px;
}
.jieS_zizhiW{
	height:280px;
}
.jieS_zizhiW li{
	float: left;
	width: 288px;
	margin-right: 18px;
	height: 280px;
}
.jieS_zizhiW li p{
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	color: #333;
	margin-top: 16px;
	padding: 0 18px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.jieS_zizhiW li>span{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 200px;
}
.jieS_zizhiH{
	height:280px;
}
.jieS_zizhiH li{
	float: left;
	width: 288px;
	margin-right: 18px;
	height: 384px;
}
.jieS_zizhiH li p{
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	color: #333;
	margin-top: 16px;
	padding: 0 18px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.jieS_zizhiH li>span{
	display: block;
	width: 100%;
	height: 340px;
}
/*资源整合*/
.zhenghe_title{
	line-height: 46px;
	font-size: 30px;
	color: #333;
	text-align: center;
}
.zhenghe_wenti{
	height: 380px;
	margin: 52px auto 82px;
}
.zhenghe_wenti ul{
	width: 1300px;
}
.zhenghe_wenti li{
	float: left;
	width: 280px;
	height: 380px;
	border-radius: 4px;
	box-shadow: 0 0 16px 0 rgba(220, 220, 220, 0.5);
	margin-right: 26px;
}
.zhenghe_wenti li span{
	display: block;
	width: 100%;
	height: 280px;
	border-radius: 4px 4px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f7f7f7;
}
.zhenghe_wenti li p{
	padding: 18px 35px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.jiaru_liuch li{
	margin-right: 110px;
}

.new_index_hz{
	margin-bottom: 80px;	
	margin-top: 54px;
}
.new_index_hz ul{
	width: 1226px;
	height: auto;
}
.new_index_hz li{
	float: left;
	width: 220px;
	height: 100px;
	margin: 0 24px 24px 0;
	border-radius: 8px;
	box-shadow: 0 0 16px 0 rgba(200, 200, 200, 0.3);
	transition: all 0.4s;
}
.new_index_hz li img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.new_index_hz li:hover{
	transform: scale(1.06);
}

.zhenghe_lianxi{
	height:auto;
	min-height: 478px;
	margin-bottom: 75px;
	position: relative;
}
.zhenghe_ditu{
	display: block;
	width: 718px;
	height: 460px;
	position: absolute;
	right: 0;
	top: 16px;
	overflow: hidden;
}

.zhengheLx_left{
	display: inline-block;
	width: 476px;
	height: auto;
	float: left;
}

.zhengheLx_left h2{
	font-size: 30px;
	line-height: 56px;
	text-transform: uppercase;
	font-family: "Arial";
	color: #999999;
	font-weight: bold;
	position: relative;
	margin-bottom: 42px;
}
.zhengheLx_left h2::after{
	content: "";
	display: block;
	width: 415px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.zhengheLx_left h2::before{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	background-color: #003F8F;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 2;
}
.zhengheLx_left p{
	font-size: 20px;
	color: #333;
	line-height: 28px;
	margin: 35px 0;
	padding: 0 40px 0 40px;
}
.zhengheLx_left p span{
	color: #999;
	font-size: 16px;
}

.zhenghe_xz{
	display: block;
	width: 100%;
	height: 970px;
	position: relative;
	padding-top: 74px;
}
.zhenghe_xz_bg{
	display: block;
	width: 100%;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.zhenghe_youshi{
	height: 480px;
	margin-top: 55px;
	background:rgba(0, 0, 0, 0.5);
	overflow: hidden;
	padding: 20px 40px;
}

.zhenghe_youshi li{
	width: 50%;
	float: left;
	height: 180px;
	margin: 20px 0;
	position: relative;
	padding-right: 10px;
}
.zhenghe_youshi li>span{
	display: inline-block;
	width: 180px;
	height: 180px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zhenghe_youshi_in{
	display: inline-block;
	float: left;
	width: 340px;
	height: 180px;
	color: #fff;
	padding-top: 20px;
}
.zhenghe_youshi_in h3{
	font-size: 20px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.zhenghe_youshi_in p{
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.zhenghe_Lc{
	height: 172px;
	margin-top: 60px;
}
.zhenghe_Lc ul{
	width: 1300px;
}
.zhenghe_Lc li{
	width: 172px;
	height: 172px;
	margin-right: 85px;
	border-radius: 50%;
	background-color: #4a4a4a;
	text-align: center;
	color: #fff;
	padding: 53px 6px 0;
	text-align: center;
	float: left;
}
.zhenghe_Lc li h2{
	font-size: 20px;
	line-height: 26px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	margin-bottom: 11px;
}
.zhenghe_Lc li p{
	font-size: 16px;
	line-height: 20px;
}

.about_Top li{
	float: left;
	width: 20%;
	height: 100%;
}
.about_Top li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

/*地址列表*/
.ditu_list{
	margin-bottom: 80px;
	border-bottom: 1px solid #e5e5e5;
}
.ditu_list li{
	height: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 50%;
	float: left;
}
.ditu_list li:nth-child(2n){
	border-left: 1px solid #e5e5e5;
	padding-left: 30px;
}
.ditu_list li h3{
	display: block;
	width: 100%;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	color: #003f8f;
}
.ditu_list li h4{
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #999;
}






